-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(simulator, controller): fix inverse pitch calculation #5199
fix(simulator, controller): fix inverse pitch calculation #5199
Conversation
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Takamasa Horibe <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
@brkay54 This is a very simple fix for the wrong pitch sign in the simulator reported by you. This may cause a conflict with your PRs, but can we merge this PR? |
It is better to merge this one before the mine PRs about PID controller. Already I need to make some changes with respect to your review, while doing this I can also solve the conflicts. Thank you @TakaHoribe -san ! |
@TakaHoribe @soblin If everything is okay, can we enable auto-merge? |
I will make a minor change to the added figure then merge this PR |
I attached before/after video in the description |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5199 +/- ##
=======================================
Coverage 14.77% 14.78%
=======================================
Files 1636 1636
Lines 113635 113633 -2
Branches 34932 34932
=======================================
+ Hits 16793 16795 +2
+ Misses 78001 77998 -3
+ Partials 18841 18840 -1
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: Mamoru Sobue <[email protected]>
b6c511c
to
14db08d
Compare
…undation#5199) Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]>
…utowarefoundation#5199) (#1025) fix(simulator, controller): fix inverse pitch calculation (autowarefoundation#5199) Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: Takamasa Horibe <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> Co-authored-by: Takamasa Horibe <[email protected]>
Description
Related links
launcher PR: autowarefoundation/autoware_launch#613
Tests performed
Before this PR
PR5199-2023-10-03_09.48.36.mp4
After this PR
PR5199-2023-10-03_09.45.07.mp4
Notes for reviewers
Interface changes
none.
Effects on system behavior
ego's pitch angle will align with the map slope.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.